.ab {
  display: block;
  width: 100%;
  height: 100%;
}

.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in {
  background-image: url("../images/index.png");
  display: inline-block;
  vertical-align: middle;
}

/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 34.7%;
  z-index: 20;
  position: relative;
  overflow:
    hidden;
  *zoom: 1;
}

.banner_main .banner .list {
  width: 100%;
}

.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow:
    hidden;
  background: #fff;
}

.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner_main .banner li .mp4 {
  width: 100%;

  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.banner_main .banner li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_main .banner .tip {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}

.banner_main .banner .tip span {
  margin: 0 10px;
  width: 50px;
  height: 4px;
  line-height: 4px;
  text-align: center;
  cursor:
    pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border-radius:
    3px;
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
  opacity: 0.5;
}

.banner_main .banner .tip span.cur {
  background: #fff;
  opacity: 1;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.4;
  filter: alpha (opacity=70);
}

.banner_main .banner .next {
  left: auto;
  right: 5%;
  background-position: -0px -96px;
}

.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_main {
  width: 100%;
  height: 100px;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  min-width: 1280px;
  background-color: #fff;
}

.header_main.xc {
  position: fixed;
  border-bottom: #f5f5f5 solid 1px;
}

.header_main .webLogo {
  top: 26px;
  position: absolute;
  left: 50px;
  z-index: 100;
}

.header_main .webLogo img {
  display: block;
  float: left;
}

.header_main .webLogo p {
  float: left;
  line-height: 52px;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}

.nav_main {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 99;
}

.nav_main .list {
  height: 100px;
  float: right;
  padding-right: 150px;
  position: relative;
}

.nav_main .list li {
  float: left;
  height: 100px;
  line-height: 100px;
  padding: 0 30px;
  text-align: center;
  transition:
    all ease 300ms;
  position: relative;
  -webkit-transition: all ease 300ms;
  z-index: 10;
}

.nav_main .list li .nav1 {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 1px;
  font-size: 16px;
}

.nav_main .list li .nav1 i {
  display: none;
}

.nav_main .list li.li2 .nav1 i {
  display: block;
  width: 35px;
  height: 18px;
  background: url(../images/j3_03.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 22px;
}

.nav_main .list li.li4 .nav1 i {
  display: block;
  width: 35px;
  height: 18px;
  background: url(../images/j3_05.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 22px;
}

.nav_main .list li .nav1:before {
  width: 0;
  height: 2px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #b60005;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
  color: #b60005;
}

.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 100%;
  left: 0;
}

.nav_main .subNav2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center;
  background: #f6f6f6;
  z-index: 99;
  height: 350px;
  display: none;
  overflow: hidden;
}

.nav_main dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center;
  background: #f6f6f6;
  z-index:
    99;
  display: none;
  overflow: hidden;
}

.nav_main dl dt {
  float: left;
  width: 36%;
  margin-right: 2%;
}

.nav_main dl dt img {
  display: block;
  width: 100%;
}

.nav_main dl dd {
  float: left;
  width: 100%;
  text-align: left;
}

.nav_main dl dd a {
  display: block;
  width: 100%;
  line-height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #ddd;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  font-size: 16px;
  text-align: center;
}

.nav_main dl dd a:hover {
  background: #b60005;
  color: #fff;
  text-indent: 12px;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.nav_main .subNav2 .fl {
  width: 1050px;
  text-align: left;
}

.nav_main .subNav2 .fl h3 {
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 30px;
}

.nav_main .subNav2 .fl div {
  overflow: auto;
  width: 100%;
  height: 215px;
}

.nav_main .subNav2 .fl div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.nav_main .subNav2 .fl div::-webkit-scrollbar-thumb {
  width: 15px;

  border-radius: 15px;
  background: #b60005;
}

.nav_main .subNav2 .fl div::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #e1dfdf;
}

.nav_main .subNav2 .fl dd {
  margin-right: 30px;
  float: left;
  width: 240px;
  transition: ease-in-out .2s;
}

.nav_main .subNav2 .fl dd:last-child {
  margin-right: 0;
}

.nav_main .subNav2 .fl dd:hover {
  transform: translateY(-5px);
}

.nav_main .subNav2 .fl dd img {
  width: 100%;
  height: 135px;
  display: block
}

.nav_main .subNav2 .fl dd p {
  font-size: 16px;
  padding-top: 17px;
  line-height: 16px;
}

.nav_main .subNav2 .fr {
  width: 253px;
}

.nav_main .subNav2 .fr dd:first-child {
  margin-top: 74px;
  color: #b60005;
  font-size: 24px;
}

.nav_main .subNav2 .fr dd {
  width: 100%;
  line-height: 58px;
  height: 58px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 22px;
}

.nav_main .subNav2 .fr dd i {
  width: 7px;
  height: 11px;
  background-position: 0 -276px;
  margin-left: 95px;
}

.nav_main .subNav2 .fr dd a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav_main .subNav2 .fr dd:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.por {
  position: relative;
}

.header .search-box {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 100;
}

.header .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.header .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.header .search-box .butn.hov i {
  background-position: -41px 0;
}

.header .share-sub {
  position: absolute;
  right: 55px;
  top: 0;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #eaebeb;
  border-radius: 20px;
  z-index: 10;
}

.header .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 8px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.header .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #eaebeb;
  outline: none;
}

/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -120px;
  z-index: 999;
  display: none;
}

.rightFix a {
  width: 65px;
  height: auto;
  background: #b60005;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #b60005;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix a:hover .img p {
  color: #fff;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 210px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  left: 0;
  top:
    0;
  background: #b60005;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha (opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}

.rightFix a:hover {
  background-color: #b60005;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -120px;
}

.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -220px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-bj {
  cursor: pointer;
}

.rightFix .fix-bj .ico {
  background-position: 0 -160px;
}

.rightFix .fix-bj:hover .ico {
  background-position: -32px -160px;
}

.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity:
    0.5;
}

/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255,
          0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255,
          255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255,
          0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #b60005;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform:
      translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY (-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.index_title {
  padding-top: 80px;
  padding-bottom: 35px;
}

.index_title .left {
  line-height: 45px;
  position: relative;
  width: 40%;
  font-size: 40px;
  font-weight: 400;
}

.index_title .left i {
  display: block;
  width: 136px;
  height: 5px;
  background: #b60005;
  left: 32px;
  position: absolute;
  top: 40px;
  z-index: 9;
}

.index_title .left span {
  display: block;
  position: absolute;
  z-index: 10;
}

.index_title .left p {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  left: 174px;
  top: 10px;
}

.index_title .right a {
  display: block;
  background: #b60005;
  color: #fff;
  width: 140px;
  height: 40px;
  text-align:
    center;
  line-height: 40px;
  transition: ease-in-out 0.2s;
}

.index_title .right a i {
  width: 24px;
  height: 11px;
  background-position: -123px 0;
  margin-left: 13px;
}

.index_title .right a:hover {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}

.w1400 {
  margin: 0 auto;
  width: 1400px;
}

@media (max-width: 1660px) {
  .w1400 {
    margin: 0 auto;
    width: 1200px;
  }
}

.sub_banner {
  padding-top: 20.833333%;
  position: relative;
}

.sub_banner img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  display: block;
}

.sub_banner .tit {
  position: absolute;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
  top: 139px;
  z-index: 10;
  color: #fff;
  text-align: center;
  /*padding-left: 165px;*/
}

.sub_banner .tit p {
  font-size: 16px;
  font-weight: lighter;
  width: 582px;
  margin: 0 auto;
  line-height: 30px;
  text-shadow:
    2px 2px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.sub_banner .tit p a {
  color: #fff;
}

.sub_banner .tit p a:hover {
  text-decoration: underline;
}

.sub_banner .tit h3 {
  font-size: 40px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  margin-bottom:
    15px;
}

.sub_banner .tit span {
  display: none;
  background: #fff;
  width: 120px;
  height: 3px;
  z-index: 20;
  position: absolute;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  top: 42px;
  left: 0;
}

.sub_banner .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background:
    url("../images/bg9.png") repeat;
  z-index: 10;
  font-size: 18px;
  color: #fff;
}

.sub_banner .menu li {
  float: left;
  margin-right: 2px;
  text-align: center;
  padding: 0 14px;
  transition: ease-in-out 0.2s;
}

.sub_banner .menu li dl {
  position: absolute;
  left: 0;
  top: 64px;
  display: none;
  background: #fff;
  width: 100%;
  height:
    62px;
  overflow: hidden;
}

.sub_banner .menu li dl dd {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 0;
}

.sub_banner .menu li dl dd a {
  float: left;
  width: 180px;
  text-align: center;
  line-height: 62px;
  height: 62px;
  position:
    relative;
  display: block;
}

.sub_banner .menu li dl dd a:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.sub_banner .menu li dl dd a:first-child:before {
  width: 0;
}

.sub_banner .menu li dl dd a:hover,
.sub_banner .menu li dl dd a.on {
  color: #b60005;
}

.sub_banner .menu li.hover dl {
  display: block;
}

.sub_banner .menu li .a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.sub_banner .menu li:hover,
.sub_banner .menu li.hover {
  background: #b60005;
}

.sub_banner .menu li:hover .a,
.sub_banner .menu li.hover .a {
  font-weight: bold;
}








.index_title {
  padding: 80px 0 45px;
}

.index_title .left h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.index_title .left h3 span:last-child {
  color: #b60005;
}

.index_title .left p {
  font-size: 16px;
  color: #565656;
}

.index_title .right a {
  display: block;
  width: 181px;
  height: 45px;
  background: #b60005;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  border-radius: 22px;
  margin-top: 13px;
}

.index_title .right a i {
  width: 25px;
  height: 5px;
  background-position: -87px 0;
  margin-left: 26px;
}

.index_title .right a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.bottom_main {
  background: url("../images/j26_02.jpg") center top no-repeat;
  width: 100%;
  padding-top: 46px;
}

.bottom_main .bottom_menu {
  padding-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.bottom_main .bottom_menu .left {
  width: 29.8%;
}

.bottom_main .bottom_menu .left .fl {
  width: 100%;
  margin-bottom: 18px;
}

.bottom_main .bottom_menu .left img {
  display: block;
}

.bottom_main .bottom_menu .left img:hover {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.bottom_main .bottom_menu .left p {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  padding-top: 64px;
}

.bottom_main .bottom_menu .left h3 {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  padding-top: 10px;
  font-family: "Arial";
}

.bottom_main .bottom_menu .left_nav {
  float: left;
  width: 44%;
  padding-top: 2%;
}

.bottom_main .bottom_menu .left_nav dl {
  float: left;
  width: 33.3%;
  padding-bottom: 6%;
}

.bottom_main .bottom_menu .left_nav dl dt a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.bottom_main .bottom_menu .left_nav dl dd {
  padding-top: 16px;
}

.bottom_main .bottom_menu .left_nav dl dd a {
  display: block;
  font-size: 14px;
  color: #ccc;
  line-height: 34px;
}

.bottom_main .bottom_menu .left_nav dl dd a:hover {
  color: #fff;
}

.bottom_main .bottom_menu .left_nav dl.dl8 {
  display: none;
}

.bottom_main .bottom_menu .left_nav dl dt a:hover {
  font-weight: bold;
}


.bottom_main .bottom_menu .left dl {
  width: 190px;
  float: left;
}

.bottom_main .bottom_menu .left dl a {
  color: #fff;
}

.bottom_main .bottom_menu .left dl a:hover {
  text-decoration: underline;
}

.bottom_main .bottom_menu .left dl dt {
  font-size: 17px;
  margin-bottom: 18px;
}

.bottom_main .bottom_menu .left dl dt span {
  display: none;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 13px 0;
}

.bottom_main .bottom_menu .left dl dd {
  line-height: 34px;
}

.bottom_main .bottom_menu .left dl dd a {
  color: #ccc;
}

.bottom_main .bottom_menu .left dl dd a:hover {
  color: #fff;
}

.bottom_main .bottom_menu .right {
  text-align: center;
  color: #fff;
}

.bottom_main .bottom_menu .right p {
  width: 134px;
  float: left;
  margin-left: 20px;
}

.bottom_main .bottom_menu .right span {
  display: block;
  font-size: 14px;
  color: #ccc;
  padding-top: 5px;
  line-height: 34px;
}

.bottom_main .bottom_menu .right img {
  width: 134px;
  height: 134px;
  display: block;
}

.bottom_copy {
  border-top: 1px solid #313131;
  color: #ccc;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 12px;
}

.bottom_copy .bott_b {
  display: inline-block;
  width: 100%;
  height: 50px;
}

.bottom_copy a {
  color: #ccc;
}

.bottom_copy a:hover {
  color: #fff;
}

.index_tit {
  padding-top: 70px;
  display: inline-block;
  width: 100%;
}

.index_tit .left {
  width: 60%;
}

.index_tit .left h3 {
  font-size: 36px;
  float: left;
  margin-right: 14px;
  line-height: 36px;
}

.index_tit .left h3 span {
  color: #b60005;
}

.index_tit .left p {
  font-size: 16px;
  letter-spacing: 10px;
  color: #333;
}

.index_tit .left h4 {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 2px;
  line-height: 16px;
}

.index_tit .right {
  display: block;
  text-align: right;
}

.index_tit .right .fl_ri i {
  display: inline-block;
  font-size: 18px;
}

.index_tit .right .fl_ri p {
  background: url(../images/j5_03.png) left center no-repeat;
  padding-left: 32px;
  font-size: 30px;
  color: #b60005;
  line-height: 30px;
  font-family: "Arial";
}

/* 留言 */
.jk_index1 {
  width: 100%;
  background: url(../images/j4_02.jpg) center center no-repeat;
  height: 121px;
}

.jk_index1 .jk_index1_1 {
  float: left;
  width: 71%;
}

.jk_index1 .jk_index1_11 {
  float: left;
  font-size: 28px;
  color: #fff;
  line-height: 121px;
}

.jk_index1 .jk_index1_11 span {
  color: #fb8903;
}

.jk_index1 .jk_index1_12 {
  float: left;
  margin-left: 9%;
}

.jk_index1 .jk_index1_12 .item {
  margin-top: 40px;
  width: 220px;
  height: 46px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  position: relative;
}

.jk_index1 .jk_index1_12 .item p {
  float: left;
  font-size: 16px;
  line-height: 46px;
  color: #666;
  padding-left: 20px;
}

.jk_index1 .jk_index1_12 .item input {
  float: left;
  border: none;
  outline: none;
  width: 146px;
  line-height: 46px;
}

.jk_index1 .jk_index1_12 .item .em2 {
  display: block;
  color: #F00;
  position: absolute;
  right: 10px;
  top: 16px;
}

.jk_index1 .jk_index1_12 .item .em1 {
  display: block;
  color: #666;
  font-size: 16px;
  font-family: "Arial";
  position: absolute;
  right: 20px;
  top: 16px;
}

.jk_index1 .jk_index1_12 .item .n-top {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.jk_index1 .jk_index1_12 .btn {
  width: 150px;
  height: 46px;
  text-align: center;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: #dd0208;
  background: -moz-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /*
 Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  /* W3C, IE10+, FF16+,
 Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208',
      endColorstr='#b70005', GradientType=0);
  /* IE6-9 */
  border: none;
  float: left;
  cursor: pointer;
  margin-top: 40px;
}

.jk_index1 .jk_index1_2 {
  width: 17%;
  float: right;
  text-align: right;
  margin-top: 36px;
}

.jk_index1 .jk_index1_2 .p1 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.jk_index1 .jk_index1_2 .p1 span {
  color: #fb8903;
}

.jk_index1 .jk_index1_2 .p2 {
  margin-top: 8px;
  font-size: 30px;
  padding-left: 32px;
  color: #fff;
  line-height: 30px;
  background: url(../images/j5_02.png) left center no-repeat;
}

.jk_index2 {
  width: 100%;
  background: url(../images/j6_02.jpg) center center no-repeat;
  height: 159px;
}

.jk_index2 ul {
  display: inline-block;
  width: 100%;
}

.jk_index2 ul li {
  float: left;
  padding-right: 70px;
  margin-top: 39px;
  transition: all ease 0.36s;
}

.jk_index2 ul li.li4 {
  padding-right: 0;
}

.jk_index2 ul li img {
  display: block;
  width: 74px;
  height: 74px;
  float: left;
  border: #c6c6c6 solid 1px;
  border-radius:
    10px;
  overflow: hidden;
}

.jk_index2 ul li .w {
  float: left;
  margin-left: 18px;
}

.jk_index2 ul li .w h3 {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}

.jk_index2 ul li .w p {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  padding-top: 4px;
}

.jk_index2 ul li:hover {
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

.jk_index2 ul li:hover .w h3 {
  color: #b60005;
}

@media (max-width: 1660px) {
  .jk_index1 .jk_index1_12 {
    margin-left: 5%;
  }

  .jk_index1 .jk_index1_1 {
    width: 80%;
  }

  .jk_index1 .jk_index1_2 .p2 {
    font-size: 26px;
    padding-left: 28px;
  }

  .jk_index2 ul li img {
    display: block;
    width: 60px;
    height: 60px;
    background-image: 100%;
  }

  .jk_index2 ul li .w h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .jk_index2 ul li .w {
    margin-left: 14px;
  }

  .jk_index2 ul li {
    padding-right: 32px;
  }

  .jk_index2 ul li .w p {
    padding-top: 2px;
  }

  .jk_index2 {
    height: 144px;
  }
}

.jk_top {
  padding-top: 70px;
  text-align: center;
}

.jk_top h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
}

.jk_top h3 span {
  display: inline-block;
  color: #b60005;
}

.jk_top p {
  font-size: 18px;
  color: #4d4b4a;
  line-height: 36px;
  padding-top: 3px;
}

.jk_index31 {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.jk_index31 .hd {
  padding-bottom: 30px;
}

.jk_index31 .hd ul {
  display: inline-block;
  width: 100%;
}

.jk_index31 .hd ul li {
  width: 16.66%;
  float: left;
  height: 84px;
  transition: all ease 0.36s;
}

.jk_index31 .hd ul li b {
  display: block;
  width: 1px;
  height: 45px;
  background-color: #e6e5e5;
  position: absolute;
  right:
    0;
  top: 20px;
}

.jk_index31 .hd ul li.li6 b {
  display: none;
}

.jk_index31 .hd ul li .n {
  width: 100%;
  text-align: center;
}

.jk_index31 .hd ul li .n .nm {
  display: inline-block;
}

.jk_index31 .hd ul li .n .nm p {
  float: left;
  width: 40px;
  margin-top: 24px;
}

.jk_index31 .hd ul li .n .nm p img {
  display: block;
  width: 100%;
}

.jk_index31 .hd ul li .n .nm h3 {
  padding-top: 20px;
  float: left;
  padding-left: 12px;
  font-size: 16px;
  color: #999;
  line-height: 20px;
  text-align: left;
}

.jk_index31 .hd ul li .n .nm h3 span {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 26px;
}

.jk_index31 .hd ul li.on {
  background: #dd0208;
  transition: all ease 0.36s;
  background: -moz-linear-gradient (top, #dd0208 0%, #b70005 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  /* W3C, IE10+,
 FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208',
      endColorstr='#b70005', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}

.jk_index31 .hd ul li i {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b70005 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

.jk_index31 .hd ul li.on .n .nm p img {
  filter: grayscale(100%) brightness(300%)
}

.jk_index31 .hd ul li.on .n .nm h3 {
  color: #fff;
}

.jk_index31 .hd ul li.on .n .nm h3 span {
  color: #fff;
}

.jk_index31 .hd ul li.on b {
  display: none;
}

.jk_index31 .hd ul li.on i {
  display: block;
}

.jk_index31 .arrow {
  display: block;
  position: absolute;
  left: 14%;
  bottom: 18%;
  z-index: 22;
}

.jk_index31 .arrow a {
  display: block;
  width: 60px;
  height: 44px;
  background-color: #666;
  float: left;
  cursor: pointer;
}

.jk_index31 .arrow .prev span {
  display: block;
  width: 8px;
  height: 14px;
  margin: 0 auto;
  margin-top: 15px;
  background-position: -484px 0px;
}

.jk_index31 .arrow .next span {
  display: block;
  width: 8px;
  height: 14px;
  margin: 0 auto;
  margin-top: 15px;
  background-position: -493px 0px;
}

.jk_index31 .arrow .prev:hover {
  background-color: #da0008;
}

.jk_index31 .arrow .next {
  background-color: #da0008;
}

.jk_index31 .arrow .next:hover {
  background-color: #f22930;
}

.jk_index3 .bd {
  width: 100%;
  position: relative;
}

.jk_index3 .bd ul {
  width: 100%;
  position: relative;
}

.jk_index3 .bd ul img {
  display: block;
  width: 100%;
}

.jk_index3 .bd ul .ul_nr {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.jk_index3 .bd ul .ul_nr .ul_nz {
  float: left;
  width: 29%;
  margin-left: 14%;
  padding-top: 6%;
}

.jk_index3 .bd ul .ul_nr .ul_nz .ul_nzt {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
}

.jk_index3 .bd ul .ul_nr .ul_nz .ul_nzt span {
  display: block;
  font-size: 36px;
  color: #fa8e04;
  line-height: 46px;
  font-weight: bold;
}

.jk_index3 .bd ul .ul_nr .ul_nz .ul_nzz {
  font-size: 25px;
  color: #fff;
  line-height: 32px;
  text-shadow: 1px 0px 1px rgba (0, 0, 0, 0.7);
  padding-top: 4%;
}

.jk_index3 .bd ul .ul_nr .ul_nz .ul_nzx {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-shadow: 1px 0px 1px rgba (0, 0, 0, 0.7);
  padding-top: 4%;
}

.jk_index3 .bd ul .ul_nr .ul_ny {
  float: right;
  width: 34%;
  margin-right: 9%;
  margin-top: 7%;
  height: 300px;
  overflow-y: auto;
}

.jk_index3 .bd ul .ul_nr .ul_ny dt {
  margin-right: 5%;
  margin-bottom: 14px;
  border-radius: 5px;
  display: block;
  width: 45%;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: left;
  background-color: #161615;
}

.jk_index3 .bd ul .ul_nr .ul_ny dt p {
  width: 100%;
}

.jk_index3 .bd ul .ul_nr .ul_ny dt p i {
  margin-top: 14px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  float: left;
  border-radius: 20px;
  margin-left: 18px;
}

.jk_index3 .bd ul .ul_nr .ul_ny dt p span {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  padding-left: 10px;
}

.jk_index3 .bd ul .ul_nr .ul_ny dt:hover {
  background-color: #d90208;
}

.jk_index3 .bd ul .ul_nr .ul_ny dt.dt1 {
  width: 95%;
}

@media (max-width: 1660px) {
  .jk_index3 .bd ul .ul_nr .ul_nz {
    width: 30%;
    margin-left: 12%;
  }

  .jk_index3 .bd ul .ul_nr .ul_nz .ul_nzt {
    font-size: 30px;
    line-height: 40px;
  }

  .jk_index3 .bd ul .ul_nr .ul_nz .ul_nzt span {
    font-size: 30px;
    line-height: 40px;
  }

  .jk_index3 .bd ul .ul_nr .ul_nz .ul_nzz {
    font-size: 22px;
    line-height: 28px;
  }

  .jk_index3 .bd ul .ul_nr .ul_nz .ul_nzx {
    font-size: 14px;
    line-height: 24px;
  }

  .jk_index3 .bd ul .ul_nr .ul_ny dt p i {
    margin-left: 12px;
  }

  .jk_index3 .bd ul .ul_nr .ul_ny {
    width: 36%;
    margin-right: 8%;
  }

  .jk_index31 .arrow {
    left: 12%;
    bottom: 16%;
  }
}





.floor_1 {
  width: 100%;
  position: relative;
  background: url(../images/j32_02.jpg) center center no-repeat;
  padding-bottom: 100px;
}

.floor_1 .index_tit .left {
  padding-top: 14px;
}

.floor_1_1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
}

.floor_1_1 .item {
  width: 12.8%;
  height: 23.45vw;
  margin-right: 0.6%;
  overflow: hidden;
  position: relative;
  transition: all .4s, -webkit-transform .4s;
  transition: all .4s, transform .4s;
  transition: all .4s, transform .4s, -webkit-transform .4s;
  cursor: pointer;
  background-position: 50%;
  background-size: cover
}

.floor_1_1 .item .fl_t {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all ease 0.36s;
}

.floor_1_1 .item .fl_t img {
  display: block;
  padding-left: 20px;
  padding-top: 20px;
}

.floor_1_1 .item .fl_t p {
  display: inline-block;
  padding-left: 20px;
  padding-top: 20px;
  width: 60px;
}

.floor_1_1 .item .fl_t p span {
  float: left;
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
  writing-mode: vertical-lr;
}

.floor_1_1 .item .fl_t p i {
  float: left;
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
  writing-mode: vertical-lr;
}

.floor_1_1 .item .fl_t b {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 32px;
  height: 32px;
  border: #fff solid 1px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-weight: normal;
  font-size: 26px;
}

.floor_1_1 .item .bg {
  background: url(../images/j18_03.png) bottom center;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.36s;
}

.floor_1_1 .item .bg::before,
.floor_1_1 .item .bg::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
}

.floor_1_1 .item .bg::before {
  border-top: 1px solid rgba(255, 255, 255, 0.47);
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.floor_1_1 .item .bg::after {
  border-left: 1px solid rgba(255, 255, 255, 0.47);
  border-right: 1px solid rgba(255, 255, 255, 0.47);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.floor_1_1 .item.on .bg::before,
.floor_1_1 .item.on .bg::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.floor_1_1 .item .bg img {
  display: block;
  padding-left: 34px;
  padding-top: 30px;
}

.floor_1_1 .item .bg .title {
  display: block;
  position: absolute;
  left: 34px;
  bottom: 26px;
}

.floor_1_1 .item .bg .title span {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, .35);
}

.floor_1_1 .item .bg .title p {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, .35);
  padding-top: 4px;
}

.floor_1_1 .item .bg .a {
  cursor: pointer;
  transition: all ease 0.36s;
  display: block;
  width: 110px;
  height: 43px;
  background: #fff;
  position: absolute;
  right: 34px;
  bottom: 26px;
  border-radius: 60px;
  text-align: center;
  z-index: 66;
}

.floor_1_1 .item .bg .a p {
  display: inline-block;
}

.floor_1_1 .item .bg .a p i {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/j18_07.png) center center no-repeat;
  float: left;
  margin-top: 12px;
}

.floor_1_1 .item .bg .a p span {
  display: block;
  font-size: 20px;
  color: #db0208;
  line-height: 43px;
  float: left;
  padding-left: 6px;
}

.floor_1_1 .item .bg .a:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.floor_1_1 .item.on {
  width: 45.8%;
  transition: all ease 0.36s;
}

.floor_1_1 .item.on .fl_t {
  opacity: 0;
  transition: all ease 0.36s;
}

.floor_1_1 .item.on .bg {
  opacity: 1;
  transition: all ease 0.36s;
}

.floor_1_2 {
  width: 100%;
  margin-top: 44px;
  display: inline-block;
}

.floor_1_2 dl {
  width: 241px;
  margin: 0 5.1%;
  transition: all ease 0.36s;
  height: 70px;
  float: left;
  background: url(../images/j17_20.png) center center no-repeat;
  background-size: 100%;
  text-align: center;
}

.floor_1_2 dl.dl1 {
  margin-left: 0;
}

.floor_1_2 dl.dl4 {
  margin-right: 0;
}

.floor_1_2 dl dd {
  display: inline-block;
  padding-top: 6px;
}

.floor_1_2 dl dd span {
  display: block;
  font-size: 68px;
  color: #333;
  line-height: 60px;
  float: left;
  font-family: "Arial";
}

.floor_1_2 dl dd p {
  display: block;
  float: left;
  padding-left: 10px;
  text-align: left;
}

.floor_1_2 dl dd p b {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  font-weight: normal;
}

.floor_1_2 dl dd p em {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 26px;
}

.floor_1_2 dl:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.floor_1_2 dl:hover dd span {
  color: #b60005;
}

@media (max-width: 1660px) {
  .floor_1_2 dl {
    margin: 0 3.1%;
  }
}


.floor_2_main {
  background: url("../images/j19_02.jpg") center center no-repeat;
  no-repeat;
  width: 100%;
  border-top: #d0d0d0 solid 1px;
}

.floor_2_1 {
  display: inline-block;
  width: 100%;
}

.floor_2_11 {
  float: left;
  width: 57.3%;
}

.floor_2_11 .floor_2_111 {
  width: 1063px;
  margin-left: -260px;
}

.floor_2_11 .floor_2_111 img {
  display: block;
  width: 100%;
}

.floor_2_112 {
  width: 100%;
  padding: 64px 0;
  display: inline-block;
}

.floor_2_112 dl {
  float: left;
  padding-right: 60px;
}

.floor_2_112 dl dd {
  display: inline-block;
}

.floor_2_112 dl dd p {
  display: inline-block;
}

.floor_2_112 dl dd p span {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 34px;
  font-family: "Arial";
  float: left;
}

.floor_2_112 dl dd p b {
  display: block;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-left: 18px;
  padding-top: 10px;
  font-weight: normal;
}

.floor_2_112 dl dd em {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.floor_2_12 {
  float: right;
  width: 34%;
  padding-top: 4%;
}

.floor_2_12 .index_tit {
  padding-top: 0;
}

.floor_2_12 .index_tit .left {
  width: 100%;
}

.floor_2_12 .index_tit .left h3 {
  color: #fff;
}

.floor_2_12 .index_tit .left h4 {
  color: #fff;
}

.floor_2_121 {
  width: 100%;
}

.floor_2_121 h3 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  padding-top: 5%;
}

.floor_2_121 p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding-top: 9%;
}

.floor_2_121 .a {
  display: block;
  text-align: center;
  width: 158px;
  height: 42px;
  background-color: #e5000a;
  border-radius: 50px;
  margin-top: 10%;
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5000a', endColorstr='#bf0006', GradientType=0);
  transition: all ease 0.36s;
}

.floor_2_121 .a:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .floor_2_112 dl {
    padding-right: 40px;
  }

  .floor_2_11 .floor_2_111 {
    width: 962px;
    margin-left: -260px;
  }

  .floor_2_112 {
    padding: 34px 0;
  }

  .floor_2_12 {
    padding-top: 0%;
  }

  .floor_2_12 .index_tit {
    padding-top: 40px;
  }
}

.floor_3_main {
  background: url("../images/j11_02.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 70px;
  margin-top: 74px;
}

.floor_3_main .index_tit {
  padding-bottom: 40px;
  padding-top: 60px;
  display: inline-block;
  width: 100%;
}

.floor_3_main .index_tit .left h3 {
  color: #b60005;
}

.floor_3_main .index_tit .left h3 span {
  color: #333;
}

.floor_3_main .index_tit .left p {
  letter-spacing: 4px;
  color: #fff;
}

.index_tit .left h4 {
  color: #333;
  font-size: 18px;
  line-height: 18px;
  padding-top: 18px;
}

.floor_3_main .multipleLine {
  position: relative;
}

.floor_3_main .multipleLine .hd {
  position: absolute;
  right: 0;
  z-index: 10;
  top: -76px;
}

.floor_3_main .multipleLine .hd ul {
  display: inline-block;
  width: 100%;
}

.floor_3_main .multipleLine .hd ul li {
  margin-left: 16px;
  position: relative;
  width: 128px;
  background-color: #333;
  float: left;
  height: 38px;
  text-align: center;
  line-height: 38px;
  transition: all ease 0.36s;
}

.floor_3_main .multipleLine .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
}

.floor_3_main .multipleLine .hd ul li.on {
  background: #dd0208;
  transition: all ease 0.36s;
  background: -moz-linear-gradient (top, #dd0208 0%, #b70005 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  /* W3C, IE10+,
 FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208',
      endColorstr='#b70005', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}

.floor_3_main .multipleLine .hd ul li i {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #b70005 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}

.floor_3_main .multipleLine .hd ul li.on i {
  display: block;
}

.floor_3_main .multipleLine .bd {
  overflow: hidden;
}

.floor_3_main .multipleLine .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 105%;
}

.floor_3_main .multipleLine .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  width: 453px;
  height: 255px;
  position: relative;
  margin-bottom:
    17px;
  margin-right: 20px;
}

.floor_3_main .multipleLine .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_3_main .multipleLine .bd ul li .on {
  color: #fff;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: ease-in-out 0.2s;
  background: rgba(0, 0, 0, 0.66);
  opacity: 0;
}

.floor_3_main .multipleLine .bd ul li .on::before,
.floor_3_main .multipleLine .bd ul li .on::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
}

.floor_3_main .multipleLine .bd ul li .on::before {
  border-top: 1px solid rgba(255, 255, 255, 0.47);
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.floor_3_main .multipleLine .bd ul li .on::after {
  border-left: 1px solid rgba(255, 255, 255, 0.47);
  border-right: 1px solid rgba(255, 255, 255, 0.47);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.floor_3_main .multipleLine .bd ul li:hover .on::before,
.floor_3_main .multipleLine .bd ul li:hover .on::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.floor_3_main .multipleLine .bd ul li .on img {
  display: block;
  width: 42px;
  padding-top: 30px;
  padding-left: 34px;
}

.floor_3_main .multipleLine .bd ul li .on .an_d {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.floor_3_main .multipleLine .bd ul li .on .an_d p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-left: 34px;
  float: left;
}

.floor_3_main .multipleLine .bd ul li .on .an_d p span {
  display: inline-block;
  font-size: 20px;
}

.floor_3_main .multipleLine .bd ul li .on .an_d .right {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #da0108;
  padding-right: 34px;
}

.floor_3_main .multipleLine .bd ul li:hover .on {
  opacity: 1;
}






.floor_4_main {
  background: #fff url("../images/t34_02.jpg") center center no-repeat;
  width: 100%;
  padding-bottom: 84px;
}

.index_tit .right .a {
  display: block;
  width: 130px;
  height: 38px;
  background-color: #333;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.index_tit .right .a:hover {
  background-color: #b60005;
}

.floor_4_11 {
  width: 105%;
  display: inline-block;
}

.floor_4_11 .floor_g {
  width: 28.9%;
  float: left;
  margin-right: 4.2%;
  background: #fff;
  margin-top: 50px;
  padding-bottom: 12px;
}

.floor_4_11 .floor_g .fl_t {
  width: 100%;
  position: relative;
  text-align: center;
}

.floor_4_11 .floor_g .fl_t img {
  display: block;
  width: 100%;
}

.floor_4_11 .floor_g .fl_t i {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.floor_4_11 .floor_g .fl_t h3 {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 30%;
}

.floor_4_11 .floor_g .fl_t h3 span {
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 6px;
}

.floor_4_11 .floor_g .fl_d {
  width: 90%;
  margin: 0 auto;
  border-bottom: #ececec solid 1px;
  height: 90px;
  margin-top: 22px;
  transition: all ease 0.36s;
}

.floor_4_11 .floor_g .fl_d img {
  display: block;
  width: 120px;
  float: left;
  margin-right: 14px;
}

.floor_4_11 .floor_g .fl_d h3 {
  font-size: 16px;
  color: #e10006;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_4_11 .floor_g .fl_d p {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_4_11 .floor_g .fl_d i {
  margin-top: 6px;
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 12px;
}

.floor_4_11 .floor_g .fl_d:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.floor_4_11 .floor_g ul {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  padding-top: 10px;
}

.floor_4_11 .floor_g ul li {
  display: block;
  width: 100%;
}

.floor_4_11 .floor_g ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_4_11 .floor_g ul li a:hover {
  color: #e10006;
}

.floor_4_12 {
  margin-top: 50px;
  width: 100%;
  position: relative;
}

.floor_4_12 .ulli {
  width: 100%;
  display: inline-block;
}

.floor_4_12 .ulli li {
  width: 32%;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  margin-right: 2%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  float: left;
  margin-bottom: 30px;
  transition: all ease 0.36s;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.floor_4_12 .ulli li .txt {
  padding: 30px 25px;
  display: block;
}

.floor_4_12 .ulli li .txt span {
  font-size: 16px;
  font-family: arial;
  color: #666;
}

.floor_4_12 .ulli li .txt h3 {
  line-height: 28px;
  font-size: 20px;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #d7e1f3;
  margin-top: 15px;
  padding-bottom: 21px;
  margin-bottom: 22px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_4_12 .ulli li .txt p {
  line-height: 18px;
  height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_4_12 .ulli li .txt h4 {
  margin-top: 20px;
  color: #333;
}

.floor_4_12 .ulli li .txt h4 i {
  width: 23px;
  height: 12px;
  background-position: -150px 0;
  margin-left: 10px;
}

.floor_4_12 .ulli li:nth-child(3n) {
  margin-right: 0;
}

.floor_4_12 .ulli li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.floor_4_12 .ulli li:hover .img img {
  transform: scale(1.1);
}

.floor_4_12 .ulli li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.floor_4_12 .ulli li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
}


/* 底部资讯 */
.jk_bd {
  width: 100%;
  background: url(../images/j25_02.jpg) center center no-repeat;
  height: 90px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 55;
}

.jk_bd .w1400 {
  position: relative;
}

.jk_bd .jk_bd_1 {
  width: 100%;
  display: inline-block;
}

.jk_bd .jk_bd_11 {
  float: left;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding-top: 16px;
}

.jk_bd .jk_bd_11 span {
  display: block;
}

.jk_bd .jk_bd_12 {
  float: right;
}

.jk_bd .jk_bd_12 .item {
  margin-top: 24px;
  width: 258px;
  height: 46px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  position: relative;
}

.jk_bd .jk_bd_12 .item .select {
  width: 184px;
  height: 46px;
  border: none;
  background-color: #fff;
}

.jk_bd .jk_bd_12 .item p {
  float: left;
  font-size: 16px;
  line-height: 46px;
  color: #666;
  padding-left: 20px;
}

.jk_bd .jk_bd_12 .item input {
  float: left;
  border: none;
  outline: none;
  width: 146px;
  line-height: 46px;
}

.jk_bd .jk_bd_12 .item .em2 {
  display: block;
  color: #F00;
  position: absolute;
  right: 10px;
  top: 16px;
}

.jk_bd .jk_bd_12 .item .em1 {
  display: block;
  color: #666;
  font-size: 16px;
  font-family: "Arial";
  position: absolute;
  right: 20px;
  top: 16px;
}

.jk_bd .jk_bd_12 .item .n-top {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.jk_bd .jk_bd_12 .btn {
  width: 200px;
  height: 46px;
  text-align: center;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: #dd0208;
  background: -moz-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /*
 Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  /* W3C, IE10+, FF16+,
 Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208',
      endColorstr='#b70005', GradientType=0);
  /* IE6-9 */
  border: none;
  float: left;
  cursor: pointer;
  margin-top: 24px;
}

.jk_bd .jk_bd_2 {
  width: 17%;
  float: right;
  text-align: right;
  margin-top: 36px;
}

.jk_bd .jk_bd_2 .p1 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.jk_bd .jk_bd_2 .p1 span {
  color: #fb8903;
}

.jk_bd .jk_bd_2 .p2 {
  margin-top: 8px;
  font-size: 30px;
  padding-left: 32px;
  color: #fff;
  line-height: 30px;
  background: url(../images/j5_02.png) left center no-repeat;
}


.jk_bd .xha {
  width: 32px;
  height: 32px;
  background: url(../images/closeM.png) center center no-repeat;
  position: absolute;
  right: -1%;
  top: -16px;
  cursor: pointer;
  z-index: 666;
}

.jk_bd .xha:hover {
  transform: rotate(360deg);
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .jk_bd .xha {
    right: -1%;
  }

  .jk_bd .jk_bd_12 .item {
    width: 236px;
  }

  .jk_bd .jk_bd_12 .btn {
    width: 170px;
  }

  .jk_bd .jk_bd_12 .item .select {
    width: 164px;
  }
}

.floor_5_main {
  background: url(../images/floor_5_bg.jpg) center top no-repeat;
  background-size: cover;
}

.floor_5_main .w1400 {
  position: relative;
  padding-top: 90px;
}

.floor_5_main .hd {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 10;
}

.floor_5_main .hd li {
  float: left;
  width: 135px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  background: #a2a2a2;
  color: #fff;
  margin-left: 13px;
  font-size: 16px;
  cursor: pointer;
}

.floor_5_main .hd li.on {
  background: #b60005;
}

.floor_5_main .bd .con {
  position: relative;
}

.floor_5_main .bd h3 {
  font-size: 18px;
}

.floor_5_main .bd h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 55px;
}

.floor_5_main .bd h4 span {
  color: #b60005;
}

.floor_5_main .bd p {
  font-size: 16px;
  line-height: 30px;
  width: 620px;
}

.floor_5_main .bd .index_title {
  padding-top: 110px;
  padding-bottom: 195px;
}

.floor_5_main .bd .index_title .right {
  float: left;
}

.floor_5_main .bd img {
  position: absolute;
  right: 0;
  bottom: 157px;
}

.floor_5_main .bd ul li {
  float: left;
  width: calc(85% / 3);
}

.floor_5_main .bd ul li h5 {
  font-size: 60px;
  line-height: 65px;
}

.floor_5_main .bd ul li h6 {
  font-size: 18px;
  color: #666;
  padding-bottom: 37px;
}

.floor_5_main .bd ul li:nth-child(4) {
  width: 15%;
}

.floor_5_main .bd ul li:hover {
  transform: translateY(-5px);
}

.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

.floor_6_main {
  background: url(../images/floor_6.jpg) center top no-repeat;
  background-size: cover;
}

.floor_6_main .index_cen h3 span:first-child {
  color: #b60005;
}

.floor_6_main .index_cen h3 span:last-child {
  color: #fff;
}

.floor_6_main .index_cen p {
  color: #fff;
}

.floor_6_main li {
  float: left;
  background: rgba(255, 255, 255, 0.2);
  width: calc((100% - 30px) / 4);
  margin-left: 10px;
  box-sizing: border-box;
  padding: 32px 33px;
  height: 322px;
  position: relative;
  transition: ease-in-out .2s;
  margin-top: 36px;
}

.floor_6_main li h3 {
  position: relative;
  color: #fff;
  padding-bottom: 24px;
}

.floor_6_main li h3 .img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 31px;
  height: 36px;
  overflow: hidden;
}

.floor_6_main li h3 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.floor_6_main li h3 .img img:nth-child(2) {
  top: 100%;
}

.floor_6_main li h3 b {
  font-size: 36px;
  padding-left: 40px;
}

.floor_6_main li h3 span {
  font-size: 18px;
}

.floor_6_main li p {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 26px;
}

.floor_6_main li .i {
  width: 33px;
  height: 33px;
  background-position: 0 -34px;
  position: absolute;
  left: 31px;
  bottom: 44px;
  display: block;
  transition: ease-in-out .2s;
}

.floor_6_main li .more {
  opacity: 0;
  transition: ease-in-out .2s;
  display: block;
  width: 181px;
  height: 45px;
  background: #b60005;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  border-radius: 22px;
  position: absolute;
  left: 39px;
  bottom: 0px;
}

.floor_6_main li .more i {
  width: 25px;
  height: 5px;
  background-position: -87px 0;
  margin-left: 26px;
}

.floor_6_main li .more:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.floor_6_main li:first-child {
  margin-left: 0;
}

.floor_6_main li:hover {
  height: 358px;
  margin-top: 0;
  background: #fff url(../images/floor_6_on.jpg) left bottom no-repeat;
}

.floor_6_main li:hover h3 {
  color: #b60005;
}

.floor_6_main li:hover h3 .img img:first-child {
  top: -100%;
}

.floor_6_main li:hover h3 .img img:nth-child(2) {
  top: 0;
}

.floor_6_main li:hover p {
  color: #666;
}

.floor_6_main li:hover .i {
  opacity: 0;
}

.floor_6_main li:hover .more {
  opacity: 1;
  bottom: 40px;
}

.floor_7 {
  padding-bottom: 55px;
}

.floor_7 li {
  height: 229px;
  float: left;
  margin-left: 2%;
  width: 23.5%;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.floor_7 li a::before,
.floor_7 li a::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 25px;
  right: 25px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
}

.floor_7 li a::before {
  border-top: 1px solid rgba(255, 255, 255, 0.57);
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.floor_7 li a::after {
  border-left: 1px solid rgba(255, 255, 255, 0.57);
  border-right: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.floor_7 li:hover a::before,
.floor_7 li:hover a::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.floor_7 li .tit {
  background: url(../images/floor_2_tit.png) repeat-x;
  height: 114px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  position: relative;
  z-index: 10;
  transition: ease-in-out .2s;
}

.floor_7 li .tit h3 {
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_7 li .tit p {
  font-size: 12px;
}

.floor_7 li .yuan {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 22px;
  bottom: 23px;
  background: #b60005;
  transition: ease-in-out .2s;
}

.floor_7 li .span {
  position: absolute;
  width: 2px;
  height: 129px;
  background: #fff;
  display: block;
  right: 36px;
  bottom: 70px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: ease-in-out .2s;
}

.floor_7 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_7 li .p {
  position: absolute;
  left: -5px;
  bottom: -20px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 50px;
  font-size: 16px;
  line-height: 30px;
  opacity: 0;
  transition: ease-in-out .2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_7 li .on {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 76, 165, 0.8);
  opacity: 0;
}

.floor_7 li .on .line {
  border: 1px solid rgba(255, 255, 255, 0.57);
  left: 26px;
  top: 28px;
  right: 26px;
  bottom: 28px;
  display: none;
  position: absolute;
  border-radius: 25px 0 25px 0;
  transition: ease-in-out .2s;
  transform: rotate(90deg);
}

.floor_7 li:first-child {
  margin-left: 0;
}

.floor_7 li:nth-child(2n) {
  margin-top: 71px;
}

.floor_7 li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.floor_7 li:hover .yuan {
  background: #fff;
  color: #b60005;
}

.floor_7 li:hover .on {
  opacity: 1;
}

.floor_7 li:hover .on .line {
  transform: rotate(0);
}

.floor_7 li:hover .p {
  opacity: 1;
  bottom: 36px;
}

.floor_7 li:hover .tit {
  padding: 0 44px;
}

.floor_7 li:hover .tit h3 {
  padding-top: 57px;
}

.floor_7 li:hover .yuan {
  bottom: 47px;
  right: 44px;
}

.floor_7 li:hover .span {
  bottom: 100px;
  right: 57px;
}

.floor_8_main {
  background: url(../images/j12_02.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 686px;
}

.floor_8_main .index_tit {
  position: absolute;
  left: 50%;
  top: 7%;
  color: #fff;
  width: 1400px;
  padding: 0;
  margin-left: -700px;
  height: 93%;
}

.floor_8_main .index_tit .left {
  float: none;
}

.floor_8_main .index_tit .left h4 {
  color: #fff;
}

.floor_8_main .floor_8_1 {
  background: url(../images/j13_03.png) center center no-repeat;
  width: 27px;
  height: 191px;
  position: absolute;
  left: 0%;
  top: 26%;
}


@media (max-width: 1660px) {
  .floor_8_main .index_tit {
    width: 1200px;
    padding: 0;
    margin-left: -600px;
  }
}


.floor_8_main .event_box {
  position: relative;
  width: 100%;
  height: 100%;
}

.floor_8_main .parHd {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 0;
  background-size: cover;
  width: 538px;
  height: 152px;
  padding-left: 64px;
  z-index: 10;
}

.floor_8_main .parHd li {
  float: left;
  margin: 26px 16px 5px;
  cursor: pointer;
  position: relative;
}

.floor_8_main .parHd li i {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -5px;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #b60005 transparent;
}

.floor_8_main .parHd li img {
  width: 98px;
  height: 98px;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
}

.floor_8_main .parHd li.on img {
  border-color: #b60005;
}

.floor_8_main .parHd li.on i {
  display: block;
}

.floor_8_main .parHd .sPrev {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #fff;
  display: block;
  text-align: center;
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 55px;
}

.floor_8_main .parHd .sPrev i {
  width: 9px;
  height: 14px;
  background-position: -466px -0px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.floor_8_main .parHd .sNext {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
  display: block;
  text-align: center;
  position: absolute;
  right: -64px;
  top: 55px;
}

.floor_8_main .parHd .sNext i {
  width: 9px;
  height: 14px;
  background-position: -475px -0px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
}

.floor_8_main .parHd .sPrev:hover,
.floor_8_main .parHd .sNext:hover {
  background: #b60005;
}

.floor_8_main .parHd .sPrev:hover i {
  background-position: -484px -0px;
}

.floor_8_main .parHd .sNext:hover i {
  background-position: -493px -0px;
}

.floor_8_main .parBd {
  height: 532px;
  overflow: hidden;
  position: relative;
}

.floor_8_main .parBd .box {
  width: 350px;
  position: absolute;
  left: 50%;
  margin-left: -626px;
  z-index: 10;
  top: 24%;
  box-sizing: border-box;
  height: 76%;
}

.floor_8_main .parBd .box h3 {
  display: inline-block;
  width: 100%;
}

.floor_8_main .parBd .box h3 b {
  font-size: 26px;
  color: #fff;
  line-height: 28px;
  float: left;
}

.floor_8_main .parBd .box h3 span {
  display: block;
  float: left;
  font-size: 16px;
  color: #fff;
  margin-left: 14px;
  position: relative;
  margin-top: 8px;
}

.floor_8_main .parBd .box h3 span i {
  display: block;
  width: 100%;
  height: 4px;
  background: #b60005;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.floor_8_main .parBd .box .p1 {
  line-height: 30px;
  color: #fff;
  padding-top: 20px;
}

.floor_8_main .parBd .box .p1 b {
  display: inline-block;
  font-weight: normal;
  padding-right: 10px;
}

.floor_8_main .parBd .box .p2 {
  line-height: 30px;
  color: #fff;
  padding-top: 20px;
  width: 80%;
}

.floor_8_main .parBd .box .p2 b {
  display: block;
  font-weight: normal;
}

.floor_8_main .parBd .box .p3 {
  line-height: 30px;
  color: #fff;
  padding-top: 20px;
  width: 80%;
}

.floor_8_main .parBd .box .p3 b {
  display: block;
  font-weight: normal;
  padding-bottom: 6px;
}

.floor_8_main .parBd .box .p3 span {
  margin-right: 12px;
  display: block;
  float: left;
  padding: 4px 16px;
  border: #a9a8a7 solid 1px;
  border-radius: 50px;
  line-height: 16px;
}

.floor_8_main .parBd .box .zuo {
  position: absolute;
  right: 0;
  bottom: 80px;
}

.floor_8_main .parBd .box .zuo span {
  display: block;
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-lr;
}

.floor_8_main .parBd .box .zuo i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fb8903;
  margin-top: 12px;
  margin-left: 6px;
}

.floor_8_main .parBd .event_bb .swiper-button-prev {
  margin-left: 249px;
  top: auto;
  position: absolute;
  left: 50%;
  bottom: 0%;
  margin-top: 0;
  width: 94px;
  height: 66px;
  background-color: #666;
  background-image: none;
}

.floor_8_main .parBd .event_bb .swiper-button-prev i {
  display: block;
  width: 12px;
  height: 20px;
  background-position: -436px 0px;
  margin: 0 auto;
  margin-top: 23px;
}

.floor_8_main .parBd .event_bb .swiper-button-prev:hover {
  opacity: 0.8;
}

.floor_8_main .parBd .event_bb .swiper-button-next {
  margin-left: 343px;
  top: auto;
  position: absolute;
  left: 50%;
  bottom: 0%;
  margin-top: 0;
  width: 94px;
  height: 66px;
  background-color: #df0009;
  background-image: none;
}

.floor_8_main .parBd .event_bb .swiper-button-next i {
  display: block;
  width: 12px;
  height: 20px;
  background-position: -451px 0px;
  margin: 0 auto;
  margin-top: 23px;
}

.floor_8_main .parBd .event_bb .swiper-button-next:hover {
  opacity: 0.8;
}


.floor_8_main .slideBox {
  height: 532px;
  width: 100%;
  overflow: hidden;
}

.floor_8_main .swiper img {
  width: 100%;
  display: block;
  height: 532px;
}

.floor_8_main .event_bb {
  width: 1206px;
  float: right;
  overflow: hidden;
  position: relative;
}

.floor_8_main .swiper .swiper-slide {
  opacity: .8;
  width: 946px;
  height: 532px;
}

.floor_8_main .floor_8_2 {
  position: absolute;
  right: 13.4%;
  bottom: 46px;
}

.floor_8_main .floor_8_2 .floor_8_21 {
  float: left;
}

.floor_8_main .floor_8_2 .floor_8_21 h3 {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
}

.floor_8_main .floor_8_2 .floor_8_21 h3 span {
  display: inline-block;
  color: #fb8903;
}

.floor_8_main .floor_8_2 .floor_8_21 p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}

.floor_8_main .floor_8_2 .ai {
  display: block;
  text-align: center;
  width: 158px;
  height: 42px;
  background-color: #e5000a;
  border-radius: 50px;
  float: left;
  margin-left: 54px;
  margin-top: 16px;
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5000a', endColorstr='#bf0006', GradientType=0);
  transition: all ease 0.36s;
  cursor: pointer;
}

.floor_8_main .floor_8_2 .ai p {
  display: inline-block;
}

.floor_8_main .floor_8_2 .ai p i {
  display: block;
  margin-top: 10px;
  float: left;
  width: 21px;
  height: 21px;
  background: url(../images/j15_03.png) center center;
  no-repeat;
}

.floor_8_main .floor_8_2 .ai p span {
  display: block;
  float: left;
  line-height: 42px;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
}

.floor_8_main .floor_8_2 .ai:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}



@media (max-width: 1760px) {

  .floor_8_main .parBd .box {
    margin-left: -540px;
    width: 306px;
  }

  .floor_8_main .event_bb {
    width: 1020px;
  }

  .floor_8_main .parBd .box h3 b {
    font-size: 24px;
  }

  .floor_8_main .parBd .box h3 span {
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
  }

  .floor_8_main .swiper .swiper-slide {
    width: 820px;
    height: 461px;
  }

  .floor_8_main .swiper img {
    height: 461px;
  }

  .floor_8_main .slideBox {
    height: 461px;
  }

  .floor_8_main .parBd {
    height: 461px;
  }

  .floor_8_main .parBd .box .p1 {
    padding-top: 14px;
    line-height: 26px;
  }

  .floor_8_main .parBd .box .p2 {
    padding-top: 14px;
    line-height: 26px;
  }

  .floor_8_main .parBd .box .p3 {
    padding-top: 14px;
    line-height: 26px;
  }

  .floor_8_main .floor_8_1 {
    top: 17%;
  }

  .floor_8_main .parBd .event_bb .swiper-button-prev {
    margin-left: 216px;
  }

  .floor_8_main .parBd .event_bb .swiper-button-next {
    margin-left: 310px;
  }

  .floor_8_main .floor_8_2 .floor_8_21 h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .floor_8_main .floor_8_2 .floor_8_21 p {
    font-size: 14px;
    line-height: 32px;
  }

  .floor_8_main .floor_8_2 .ai {
    margin-left: 49px;
    margin-top: 8px;
  }

  .floor_8_main .floor_8_2 {
    right: 11.4%;
    bottom: 36px;
  }

  .floor_8_main .parHd {
    margin-left: -600px;
    height: 142px;
  }

  .floor_8_main {
    height: 592px;
  }

  .floor_8_main .parBd .box .zuo {
    bottom: 50px;
  }
}

@media (max-width: 1460px) {

  .floor_8_main .parBd .box {
    margin-left: -540px;
    width: 306px;
  }

  .floor_8_main .event_bb {
    width: 940px;
  }

  .floor_8_main .parBd .box h3 b {
    font-size: 24px;
  }

  .floor_8_main .parBd .box h3 span {
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
  }

  .floor_8_main .swiper .swiper-slide {
    width: 820px;
    height: 461px;
  }

  .floor_8_main .swiper img {
    height: 461px;
  }

  .floor_8_main .slideBox {
    height: 461px;
  }

  .floor_8_main .parBd {
    height: 461px;
  }

  .floor_8_main .parBd .box .p1 {
    padding-top: 14px;
    line-height: 26px;
  }

  .floor_8_main .parBd .box .p2 {
    padding-top: 14px;
    line-height: 26px;
  }

  .floor_8_main .parBd .box .p3 {
    padding-top: 14px;
    line-height: 26px;
  }

  .floor_8_main .floor_8_1 {
    top: 17%;
  }

  .floor_8_main .parBd .event_bb .swiper-button-prev {
    margin-left: 256px;
  }

  .floor_8_main .parBd .event_bb .swiper-button-next {
    margin-left: 350px;
  }

  .floor_8_main .floor_8_2 .floor_8_21 h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .floor_8_main .floor_8_2 .floor_8_21 p {
    font-size: 14px;
    line-height: 32px;
  }

  .floor_8_main .floor_8_2 .ai {
    margin-left: 49px;
    margin-top: 8px;
  }

  .floor_8_main .floor_8_2 {
    right: 7.4%;
  }

  .floor_8_main .parHd {
    margin-left: -600px;
  }

  .floor_8_main {
    height: 593px;
  }

}





.floor_9_main {
  background: url("../images/floor_9.jpg") center top no-repeat;
  width: 100%;
  padding-bottom: 65px;
}

.floor_9_main .item:first-child {
  margin-left: 0;
}

.floor_9_main .item {
  width: 31%;
  float: left;
  background: #fff;
  margin-left: 3.5%;
  position: relative;
}

.floor_9_main .item .img {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.floor_9_main .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floor_9_main .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_9_main .item .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #b60005;
  display: block;
  transition: ease-in-out .3s;
}

.floor_9_main .item h3 {
  font-size: 22px;
  line-height: 28px;
  overflow: hidden;
  font-weight: bold;
  height: 56px;
  padding: 15px 30px 32px;
  padding-bottom: 16px;
}

.floor_9_main .item p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding: 0 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}

.floor_9_main .item h4 {
  padding: 0 30px;
  color: #999;
  padding-top: 42px;
}

.floor_9_main .item:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.floor_9_main .item:hover h3 {
  color: #b60005;
}

.floor_9_main .item:hover .line {
  width: 100%;
}

.floor_10_main {
  background: url(../images/j22_02.jpg) center top no-repeat;
  padding: 100px 0 100px;
  position: relative;
  background-size: cover;
}

.floor_10_1 {
  display: inline-block;
  width: 100%;
}

.floor_10_main .floor_left {
  float: left;
  width: 31%;
}

.floor_10_main .mybiao {
  padding-top: 32%;
  padding-left: 20%;
}

.floor_10_main .mybiao .swiper-slide {
  display: none;
}

.floor_10_main .mybiao .swiper-slide.swiper-slide-active {
  display: block;
}


.floor_10_main .floor_right .mySwiper {
  width: 874px;
}

.floor_10_main .floor_right .mySwiper .swiper-slide {
  width: 128px;
  height: 38px;
  background-color: #333;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
}

.floor_10_main .floor_right .mySwiper .swiper-slide.swiper-slide-active {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
}

.floor_10_main .floor_right .fl_ront {
  width: 100%;
  height: 38px;
}

.floor_10_main .floor_right .lifecycle-list {
  width: 88%;
  float: right;
}

.floor_10_main .floor_right .lifecycle-list li {
  float: left;
  cursor: pointer;
  width: 11.5%;
  margin-right: 2%;
  height: 38px;
  background-color: #333;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
}

.floor_10_main .floor_right .lifecycle-list li.active {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
}

.floor_10_main .index_tit .left {
  width: 100%;
}

.floor_10_main .floor_left .index_tit {
  padding-top: 0;
  width: 346px;
  float: right;
  position: relative;
  height: 534px;
}

.floor_10_main .floor_left .index_tit .ik {
  display: none;
  width: 17px;
  height: 218px;
  background: url(../images/j21_03.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 90px;
}

.floor_10_main .floor_left .index_tit .gsysul {
  padding-left: 0px;
}

.floor_10_main .floor_left .index_tit .gsysul li {
  display: none;
}

.floor_10_main .floor_left .index_tit .gsysul li.active {
  display: block;
}

.floor_10_main .floor_left .index_tit .gsysul li h3 {
  font-size: 26px;
  color: #4d4b4a;
  line-height: 26px;
}

.floor_10_main .floor_left .index_tit .gsysul li span {
  display: block;
  font-size: 18px;
  color: #4d4b4a;
  line-height: 20px;
  font-family: "Arial";
  padding-top: 4px;
}

.floor_10_main .floor_left .index_tit .gsysul li .ms {
  font-size: 16px;
  color: #4d4b4a;
  line-height: 28px;
  padding-top: 20px;
}


.floor_10_main .swiper-wrapper {
  position: inherit;
}

.floor_10_main .swiper10 {
  margin-top: 46px;
}

.floor_10_main .swiper10 .swiper-slide {
  position: relative;
  width: 800px;
  height: 450px;
}

.floor_10_main .swiper10 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_10_main .swiper10 .swiper-slide p {
  background: rgba(8, 9, 10, 0.64);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  padding: 0 22px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_10_main .floor_right {
  width: 69%;
  float: right;
  position: relative;
  overflow: hidden;
}

.floor_10_main .swiper-container {
  overflow: inherit;
}

.floor_10_main .swiper-button-prev.swiper-button-black,
.floor_10_main .swiper-container-rtl .swiper-button-next.swiper-button-black {
  width: 54px;
  height: 36px;
  outline: none;
  background: #666;
  display: block;
  text-align: center;
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 28px;
}

.floor_10_main .swiper-button-prev.swiper-button-black i,
.floor_10_main .swiper-container-rtl .swiper-button-next.swiper-button-black i {
  width: 9px;
  height: 13px;
  background-position: -38px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.floor_10_main .swiper-button-next {
  width: 54px;
  outline: none;
  height: 36px;
  background: #666;
  display: block;
  text-align: center;
  position: absolute;
  right: auto;
  left: 70px;
  top: auto;
  bottom: 28px;
}

.floor_10_main .swiper-button-next i {
  width: 9px;
  height: 13px;
  background-position: -49px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
}

.floor_10_main .swiper-button-prev:hover,
.floor_10_main .swiper-button-next:hover {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
}



.floor_11_main {
  background: url(../images/floor_11.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 64px;
}

.floor_11_main .index_cen h3 span:first-child {
  color: #b60005;
}

.floor_11_main .index_cen h3 span:last-child {
  color: #fff;
}

.floor_11_main .index_cen p {
  color: #fff;
}

.floor_11_main .left {
  width: 37%;
}

.floor_11_main .left h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 33px;
}

.floor_11_main .left h3 span {
  font-size: 55px;
  font-family: arial;
  color: #b60005;
  font-weight: bold;
}

.floor_11_main .left input {
  width: 100%;
  line-height: 51px;
  border: 1px solid #7d8086;
  background: none;
  margin-bottom: 15px;
  color: #fff;
  padding: 0 16px;
  box-sizing: border-box;
}

.floor_11_main .left .btn {
  color: #fff;
  background: linear-gradient(to bottom, #ff7d00, #ff4f00);
  text-align: center;
  outline: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: ease-in-out .2s;
}

.floor_11_main .left .btn:hover {
  transform: translateY(-5px);
}

.floor_11_main .right {
  width: 56%;
}

.floor_11_main .right li {
  float: left;
  margin-bottom: 17px;
  height: 234px;
  color: #fff;
  padding-left: 22px;
  padding-top: 17px;
  box-sizing: border-box;
  width: 32%;
  margin-left: 2%;
  transition: ease-in-out .2s;
}

.floor_11_main .right li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.floor_11_main .right li h3 {
  font-size: 22px;
  padding-bottom: 5px;
}

.floor_11_main .right li p {
  font-size: 16px;
}

.floor_11_main .right li img {
  max-height: 28px;
}

.floor_11_main .right li:first-child {
  margin-left: 0;
}

.floor_11_main .right li:last-child {
  margin-left: 0;
  width: 100%;
  height: 157px;
  position: relative;
  padding-left: 90px;
  padding-top: 45px;
}

.floor_11_main .right li:last-child img {
  position: absolute;
  left: 33px;
  top: 55px;
  max-height: 41px;
}

.floor_11_main .right li:hover {
  transform: translateY(-5px);
}

/****----内页开始***/
.sub_banner {
  padding-top: 29.53125%;
  position: relative;
  z-index: 1;
}

.sub_banner .index_cen {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 5%;
}

.sub_banner .index_cen p {
  font-size: 20px;
  padding-bottom: 18px;
  text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.5);
}

.sub_banner .index_cen .p {
  line-height: 24px;
  font-size: 16px;
  width: 854px;
  margin: 0 auto;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}

.about_1 {
  background: url(../images/about_1.jpg) no-repeat;
  background-size: cover;
  height: 144px;
  box-shadow: 1px 5px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: -100px;
  width: 1400px;
}

.about_1 .item {
  flex: 1;
}

.about_1 .item h3 {
  font-size: 44px;
  font-family: arial;
  font-weight: bold;
  padding-top: 38px;
  transition: ease-in-out .2s;
}

.about_1 .item h3 span {
  font-size: 30px;
  font-family: "微软雅黑";
  font-weight: 400;
}

.about_1 .item p {
  font-size: 16px;
  transition: ease-in-out .2s;
}

.about_1 .item:first-child h3 {
  padding-right: 19px;
}

.about_1 .item:hover h3,
.about_1 .item:hover p {
  transform: translateY(-10px);
}

.about_2_main {
  background: #f3f5f7;
  position: relative;
  z-index: 2;
}

.about_2_main .w1400 {
  position: relative;
  padding-top: 154px;
}

.about_2_main .w1400 img {
  vertical-align: top;
  margin-bottom: -1px;
  width: 1061px;
}

.about_2_main .w1400 .left {
  position: relative;
  float: none;
  overflow: hidden;
}

.about_2_main .w1400 .left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_2_main .w1400 .left:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 130%;
  opacity: 1;
}

.about_2_main .w1400 .txt {
  width: 260px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about_2_main .w1400 .txt i {
  width: 39px;
  height: 47px;
  background-position: 0 -114px;
  margin-bottom: 21px;
}

.about_2_main .w1400 .txt h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
}

.about_2_main .w1400 .txt p {
  font-size: 16px;
  color: #676767;
}

.about_2_main .w1400 .txt .p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 42px;
}

.about_2_main .w1400 .txt a {
  display: block;
  width: 181px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #b60005;
  color: #fff;
  font-size: 16px;
  border-radius: 22px;
  margin-bottom: 74px;
  overflow: hidden;
}

.about_2_main .w1400 .txt a s {
  width: 26px;
  height: 6px;
  background-position: -87px 0;
  margin-left: 20px;
}

.about_2_main .w1400 .txt a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.about_3_main {
  background: url(../images/about_3.jpg) no-repeat center top;
  background-size: cover;
  padding: 106px 0 94px;
}

.about_3_main .left {
  color: #fff;
  position: relative;
  padding-left: 140px;
  margin-top: 10px;
  width: 34%;
  box-sizing: border-box;
}

.about_3_main .left i {
  width: 58px;
  height: 58px;
  background-position: 0 -178px;
  position: absolute;
  left: 0;
  top: 10px;
}

.about_3_main .left h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-top: 5px;
}

.about_3_main .left h4 {
  color: #ababab;
  font-size: 16px;
  margin-bottom: 52px;
}

.about_3_main .left .p {
  line-height: 30px;
  margin-bottom: 53px;
  font-size: 16px;
}

.about_3_main .left a {
  display: block;
  width: 181px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #b60005;
  color: #fff;
  font-size: 16px;
  border-radius: 22px;
  transition: ease-in-out .3s;
  overflow: hidden;
}

.about_3_main .left a s {
  width: 26px;
  height: 6px;
  background-position: -87px 0;
  margin-left: 20px;
}

.about_3_main .left a:hover {
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
  background: #b60005;
}

.about_3_main .right {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 60%;
}

.about_3_main .right img {
  border-radius: 20px;
  vertical-align: top;
  width: 100%;
}

.about_3_main .right::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_3_main .right:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}

.about_4_main {
  background: url(../images/about_4.jpg) center top no-repeat;
  height: 520px;
}

.about_4_main li {
  height: 242px;
  width: calc((100% - 39px) / 4);
  position: relative;
  overflow: hidden;
  margin-right: 13px;
  float: left;
}

.about_4_main li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.about_4_main li .txt {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.about_4_main li .txt h3 {
  font-size: 24px;
  padding: 0 39px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 35px;
  padding-bottom: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.about_4_main li .txt p {
  padding: 0 39px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.about_4_main li .txt .p {
  position: absolute;
  left: 52px;
  bottom: 30px;
  line-height: 30px;
  height: 30px;
}

.about_4_main li .txt .p span {
  display: block;
  width: 154px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  margin-top: 17px;
  margin-right: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.about_4_main li .txt .p b {
  font-weight: 400;
  float: left;
  letter-spacing: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.about_4_main li:nth-child(4) {
  margin-right: 0;
}

.about_4_main li .on {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 14;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: ease-in-out .2s;
}

.about_4_main li .on h5 {
  background: #b60005;
  width: 89px;
  text-align: center;
  height: 31px;
  line-height: 31px;
  color: #fff;
  border-radius: 15px;
  margin-left: 39px;
  margin-top: 40px;
}

.about_4_main li .on i {
  width: 23px;
  height: 28px;
  background-position: -66px -20px;
  position: absolute;
  right: 36px;
  top: 36px;
}

.about_4_main li .on h3 {
  color: #fff;
  font-size: 24px;
  padding: 0 39px;
  padding-top: 35px;
  padding-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_4_main li .on .span {
  display: block;
  width: 37px;
  height: 1px;
  background: #fff;
  margin: 0 auto 34px;
}

.about_4_main li .on h4 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 0 39px;
}

.about_4_main li .on .line {
  position: absolute;
  transition: ease-in-out .2s;
  background: #fff;
}

.about_4_main li .on .line1 {
  left: 10px;
  top: 10px;
  right: 10px;
  width: 0;
  height: 1px;
}

.about_4_main li .on .line2 {
  width: 1px;
  height: 0;
  top: 10px;
  right: 10px;
}

.about_4_main li .on .line3 {
  right: 10px;
  bottom: 10px;
  height: 1px;
  width: 0;
}

.about_4_main li .on .line4 {
  left: 10px;
  bottom: 10px;
  height: 0px;
  width: 1px;
}

.about_4_main li:hover .txt {
  opacity: 0;
}

.about_4_main li:hover p {
  opacity: 0;
}

.about_4_main li:hover .on {
  opacity: 1;
}

.about_4_main li:hover .on .line1 {
  width: calc(100% - 20px);
}

.about_4_main li:hover .on .line2 {
  height: calc(100% - 20px);
}

.about_4_main li:hover .on .line3 {
  width: calc(100% - 20px);
}

.about_4_main li:hover .on .line4 {
  height: calc(100% - 20px);
}

.about_5_main {
  background: url(../images/about_5.jpg) center top no-repeat;
  width: 100%;
  height: 669px;
}

.about_5_main .index_cen {
  padding-top: 90px;
}

.about_5_main .swiper-slide {
  position: relative;
  padding-bottom: 210px;
  z-index: 9;
}

.about_5_main .swiper-slide .txt {
  text-align: center;
}

.about_5_main .swiper-slide .txt p {
  font-size: 20px;
  margin-bottom: 25px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 119px;
}

.about_5_main .swiper-slide .txt .line {
  height: 3px;
  background: #b9b9b9;
  position: relative;
  margin: 13px 0;
  margin-top: 180px;
}

.about_5_main .swiper-slide .txt .line .yuan {
  display: block;
  width: 10px;
  height: 10px;
  background: #4d4d4d;
  border-radius: 100%;
  border: 7px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -10px;
  box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.about_5_main .swiper-slide .txt .line .line2 {
  width: 0;
  height: 3px;
  background: #b60005;
  position: absolute;
  left: 0%;
  z-index: 9;
  transition: ease-in-out .5s;
}

.about_5_main .swiper-slide .txt h3 {
  font-size: 60px;
  font-weight: bold;
  color: #606060;
  position: absolute;
  left: 0;
  width: 100%;
  top: 208px;
}

.about_5_main .swiper-slide .box {
  position: absolute;
  left: 70%;
  width: 422px;
  height: 358px;
  padding: 20px;
  background: #fff url(../images/about_5_ico.png) right bottom no-repeat;
  top: 0;
  opacity: 0;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  z-index: 15;
  transition: ease-in-out .2s;
}

.about_5_main .swiper-slide .box img {
  width: 100%;
  display: block;
  height: 201px;
}

.about_5_main .swiper-slide .box p {
  font-size: 200px;
  position: absolute;
  left: 44px;
  top: 198px;
  background: url(../images/about_5_2.png) no-repeat;
  width: 83px;
  height: 66px;
}

.about_5_main .swiper-slide .box h3 {
  font-size: 16px;
  line-height: 26px;
  padding-top: 60px;
}

.about_5_main .swiper-slide-next .txt p {
  top: 218px;
}

.about_5_main .swiper-slide-next .txt h3 {
  top: 92px;
}

.about_5_main .swiper-slide-active {
  z-index: 9;
}

.about_5_main .swiper-slide-active .txt .line .yuan {
  background: #b60005;
}

.about_5_main .swiper-slide-active .txt .line .line2 {
  width: 100%;
}

.about_5_main .swiper-slide-active .txt h3 {
  color: #000;
  top: 208px;
}

.about_5_main .swiper-slide-active .txt p {
  top: 119px;
}

.about_5_main .swiper-slide-active .box {
  opacity: 1;
  z-index: 20;
  left: -120%;
}

.about_5_main .swiper-slide-active .box:hover {
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.2);
}

.about_5_main .swiper-button-prev,
.about_5_main .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #737373;
  border-radius: 100%;
  text-align: center;
  left: 50%;
  margin-left: -87px;
  bottom: 10px;
  margin-top: 0;
  position: absolute;
  top: auto;
}

.about_5_main .swiper-button-prev i,
.about_5_main .swiper-button-next i {
  width: 20px;
  height: 7px;
  background-position: 0 -262px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -3px;
}

.about_5_main .swiper-button-next {
  margin-left: 17px;
  right: auto;
  left: 50%;
}

.about_5_main .swiper-button-next i {
  background-position: -23px -262px;
}

.about_5_main .swiper-button-prev:hover,
.about_5_main .swiper-button-next:hover {
  background: #b60005;
}

.about_6_main {
  background: url(../images/about_6.jpg) center top no-repeat;
  background-size: cover;
  padding: 140px 0 40px;
  color: #fff;
}

.about_6_main .left {
  width: 35%;
}

.about_6_main .left h3 {
  font-size: 40px;
  font-weight: bold;
}

.about_6_main .left h4 {
  font-size: 20px;
  font-family: arial;
  margin-bottom: 20px;
}

.about_6_main .left span {
  display: block;
  width: 55px;
  height: 4px;
  background: #b60005;
  margin-bottom: 46px;
}

.about_6_main .left .p {
  line-height: 30px;
  font-size: 16px;
}

.about_6_main .left a {
  display: block;
  width: 181px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #b60005;
  color: #fff;
  font-size: 16px;
  border-radius: 22px;
  transition: ease-in-out .3s;
  margin-top: 76px;
  overflow: hidden;
}

.about_6_main .left a i {
  width: 26px;
  height: 6px;
  background-position: -87px 0;
  margin-left: 20px;
}

.about_6_main .left a:hover {
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
  background: #b60005;
}

.about_6_main .right {
  width: 46%;
}

.about_6_main .right li {
  float: left;
  width: 43%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.about_6_main .right li img {
  height: 30px;
  position: absolute;
  right: 0;
  top: 45px;
}

.about_6_main .right li h3 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 4px;
}

.about_6_main .right li h4 {
  color: rgba(255, 255, 255, 0.63);
  margin-bottom: 30px;
}

.about_6_main .right li .p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 75px;
}

.about_6_main .right li:nth-child(2n) {
  float: right;
}

.about_6_main .right li::after {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  top: 0;
  background: #fff;
  transition: ease-in-out .3s;
}

.about_6_main .right li:hover::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  top: 0;
  background: #fff;
}

.about_7_main {
  background: url(../images/about_7.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.about_7_main .body {
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 473px;
  overflow: hidden;
  background: url(../images/about_7_right.jpg) right bottom no-repeat;
}

.about_7_main .body .left {
  width: 32%;
  float: right;
  margin-right: 40px;
  height: 100%;
}

.about_7_main .body .left h3 {
  font-size: 34px;
  padding-top: 40px;
}

.about_7_main .body .left h3 span {
  color: #c9161e;
}

.about_7_main .body .left .search {
  height: 49px;
  width: 80%;
  margin-top: 27px;
  margin-bottom: 23px;
  position: relative;
}

.about_7_main .body .left .search i {
  width: 43px;
  height: 46px;
  background-position: -155px 0;
  position: absolute;
  right: 15px;
  bottom: 0;
  cursor: pointer;
}

.about_7_main .body .left .search input {
  background: #fff;
  width: 100%;
  line-height: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  outline: none;
  text-indent: 1em;
}

.about_7_main .body .left .con::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.about_7_main .body .left .con::-webkit-scrollbar-thumb {
  width: 15px;
  border-radius: 15px;
  background: #b60005;
}

.about_7_main .body .left .con::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #c2c2c2;
}

.about_7_main .body .left .con {
  position: relative;
  height: 354px;
  overflow-y: auto;
  overflow-x: hidden;
}

.about_7_main .body .left .con li {
  line-height: 58px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  cursor: pointer;
}

.about_7_main .body .left .con li i {
  width: 15px;
  height: 19px;
  background-position: -45px -80px;
  margin-right: 20px;
  margin-left: 38px;
}

.about_7_main .body .left .con li:hover,
.about_7_main .body .left .con li.on {
  background: #0b54ad url(../images/about_7_on.jpg) right top no-repeat;
  color: #fff;
}

.about_7_main .body .left .con li:hover s,
.about_7_main .body .left .con li.on s {
  opacity: 1;
  transition: ease-in-out .2s;
  margin-right: 30px;
}

.about_7_main .body .left .con li:hover i,
.about_7_main .body .left .con li.on i {
  background-position: -62px -80px;
}

.about_7_main .body .right {
  width: 61%;
  height: 100%;
  float: left;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.about_7_main .body .right h3 {
  background: rgba(0, 0, 0, 0.73);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  text-indent: 34px;
}

.about_7_main .body .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/*****案例******/
.case_main {
  background: url(../images/case_bg.jpg) center top no-repeat;
  padding-top: 42px;
}

/*筛选*/
.caseSelect {
  box-sizing: border-box;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  background: #fff url(../images/case_select.jpg) right bottom no-repeat;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

/*.caseSelect .item:first-child p {
  padding-top: 10px;
}
.caseSelect .item:first-child .list {
  padding-top: 10px;
}
.caseSelect .item:last-child p {
  padding-bottom: 0px;
}
.caseSelect .item:last-child .list {
  padding-bottom: 0px; border-bottom: none;
}*/
.caseSelect .item {
  margin: 0 auto;
  line-height: 52px;
  height: 50px;
  display: inline-block;
  width: 100%;
}

.caseSelect .item .list {
  border-bottom: 1px solid #ededed;
  width: calc(100% - 151px);
  margin-right: 31px;
  display: block;
  float: right !important;
}

.caseSelect .item p {
  width: 101px;
  float: left;
  text-align: center;
  color: #666;
  height: 53px;
  font-size: 16px;
  background: #e1e1e1;
}

.caseSelect .item a {
  height: 23px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  padding: 2px 15px;
  color: #666;
}

.caseSelect .item a.hover {
  background: #b60005;
  color: #fff;
}

.caseSelect .item a.hover:hover {
  color: #fff;
}

.caseSelect .item a:hover {
  color: #b60005;
}

.caseSelect dl {
  float: left;
  width: 970px;
}

.caseSelect dl dd {
  padding-right: 20px;
  float: left;
}

.caseSelect dl dd.all {
  background: #0097e5;
  border-radius: 5px;
  line-height: 26px;
  padding: 0 15px;
  margin-right: 10px;
}

.ulli {
  width: 100%;
  display: inline-block;
}

.case_ul {
  width: 100%;
  display: inline-block;
}

.case_ul li {
  position: relative;
  float: left;
  width: 32%;
  margin-bottom: 9px;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  overflow: hidden;
}

.case_ul li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.case_ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.case_ul li .txt {
  border: 1px solid #ddd;
  border-top: none;
  display: block;
  padding: 20px;
  color: #666;
  position: relative;
}

.case_ul li .txt h3 {
  font-size: 20px;
  padding-right: 40px;
  padding-bottom: 4px;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_ul li:hover .txt h3 {
  color: #b60005;
}

.case_ul li .txt span {
  color: #666;
  padding: 0 10px;
}

.case_ul li .txt span:nth-child(2) {
  padding-left: 0;
}

.case_ul li .txt b {
  width: 82px;
  height: 37px;
  background: #b60005;
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -18px;
  border-radius: 18px;
  opacity: 0;
  transition: ease-in-out .3s;
}

.case_ul li:hover .txt b {
  opacity: 1;
}

.case_ul li .txt i {
  width: 34px;
  height: 13px;
  background-position: -97px -23px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -7px;
}

.case_ul li:nth-child(3n) {
  margin-right: 0;
}

.case_ul li:hover .txt b {
  right: 30px;
}

.case_main .pager {
  padding-bottom: 50px;
}

.case_main_2 {
  background: url(../images/case_bg2.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 66px;
}

.case_main_2 li {
  margin-left: 2%;
  width: 23.5%;
  float: left;
  height: 369px;
  background: #fff;
  border-top: 4px solid #b60005;
  border-radius: 15px 0 15px 0;
  box-shadow: 1px 3px 3px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 35px;
  transition: ease-in-out .2s;
  box-sizing: border-box;
  overflow: hidden;
}

.case_main_2 li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  object-fit: cover;
  z-index: -1;
  background: rgba(0, 90, 186, 0.66);
  content: "";
  transition: ease-in-out .2s;
}

.case_main_2 li h3 {
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 35px;
  margin-bottom: 5px;
}

.case_main_2 li h4 {
  color: #969696;
  margin-bottom: 10px;
}

.case_main_2 li h5 {
  color: #fff;
  font-size: 16px;
  opacity: 0;
}

.case_main_2 li b {
  width: 100px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  background: #b60005;
  border-radius: 15px;
  display: block;
  font-weight: 400;
  margin-top: 21px;
  opacity: 0;
  transition: ease-in-out .2s;
}

.case_main_2 li span {
  font-size: 60px;
  font-family: arial;
  position: absolute;
  bottom: 201px;
  left: 35px;
  color: rgba(0, 90, 186, 0.5);
  font-weight: bold;
  transition: ease-in-out .2s;
}

.case_main_2 li:first-child {
  margin-left: 0;
}

.case_main_2 li:hover::after {
  height: 100%;
}

.case_main_2 li:hover h4 {
  color: #fff;
}

.case_main_2 li:hover span {
  font-size: 150px;
  bottom: -70px;
  left: 40%;
  color: rgba(255, 255, 255, 0.21);
}

.case_main_2 li:hover h5 {
  opacity: 1;
}

.case_main_2 li:hover b {
  opacity: 1;
}

.case_main_2 li:hover h3 {
  color: #fff;
}

.case_main_2 li:hover span {
  color: #fff;
  opacity: .83;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b60005;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/*弹框*/
.dig_bg {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 200;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.dig {
  width: 380px;
  z-index: 1000;
  margin-left: -190px;
  margin-top: -178px;
  background-color: #fff;
  color: #222;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dig form {
  padding: 40px;
  display: block;
}

.dig .d_tit {
  text-align: center;
  font-size: 22px;
  margin-bottom: 22px;
  line-height: 30px;
  display: block;
}

.dig .d_tit b {
  padding-right: 5px;
}

.dig .d_lis {
  overflow: hidden;
  margin-bottom: 10px;
}

.dig .d_lis input {
  outline: none;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: none;
  color: #333;
  box-sizing: border-box;
  text-indent: 15px;
  width: 100%;
}

.dig .d_lis .dl_r {
  margin-left: 20px;
}

.dig .icon_close {
  position: absolute;
  background: url(../images/dig-close.png) top right no-repeat;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  cursor: pointer;
  margin-left: -20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.dig .icon_close:hover {
  transform: rotate(180deg);
}

.dig .btn_db {
  height: 45px;
  line-height: 45px;
  display: block;
  background: #da2a2e;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  border: none;
}

.dig .btn_db:hover {
  background: #fb980c;
}

.size_form select {
  line-height: 42px;
  height: 42px;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  width: 87px;
  box-sizing: border-box;
}

@media (max-width: 1660px) {
  .nav_main {
    padding-right: 10px;
  }

  .header_main .webLogo {
    left: 40px;
  }

  .header_main .search-box {
    right: 30px;
  }

  .header_main .tel {
    padding-right: 94px;
  }

  .header_main .share-sub {
    width: 128px;
  }

  .header_main .share-sub .tex {}

  .nav_main .list {
    padding-right: 90px;
  }

  .nav_main .list li {
    padding: 0 18px;
  }

  .banner_main .mess {
    width: 1200px;
    margin-left: -600px;
  }

  .floor_5_main .bd img {
    height: 340px;
  }

  .floor_8_main .parHd {
    margin-left: -600px;
  }

  .bottom_main .bott_nav .box2 dl {
    width: 140px;
  }

  .sub_banner .index_cen {
    padding-top: 4%;
  }

  .about_1 {
    width: 1200px;
    margin-left: -600px;
  }

  .about_2_main .w1400 img {
    width: 860px;
  }

  .about_2_main .w1400 .txt h3 {
    font-size: 25px;
  }

  .about_2_main .w1400 .txt .p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 30px;
  }

  .about_2_main .w1400 .txt p {
    display: none;
  }

  .about_2_main .w1400 .txt a {
    margin-bottom: 40px;
  }

  .about_3_main .left {
    padding-left: 100px;
  }

  .about_3_main .left h3 {
    font-size: 25px;
  }

  .about_3_main .left h4 {
    margin-bottom: 40px;
  }

  .about_3_main .left .p {
    line-height: 28px;
    margin-bottom: 40px;
  }

  .about_4_main li .txt .p {
    display: none;
  }

  .about_5_main .swiper-slide-active .box {
    left: -90%;
  }

  .w1600 {
    width: 1200px;

  }

  .sin_pin .sin_z h3 {
    font-size: 32px;
  }

  .sin_pin .sin_y h3 {
    font-size: 32px;
  }

  .ping_tit h3 {
    font-size: 32px;
  }

  .case_show .case_left .product_tit h1 {
    font-size: 26px;
  }

  .rang_main .tit h3 {
    font-size: 32px;
  }

  .ding_2 .tit h3 {
    font-size: 32px;
  }

  .floor_4_main .body .right h3 {
    font-size: 26px;
    line-height: 40px;
  }

  .index_title .left {
    font-size: 32px;
  }

  .sub_banner .tit {
    margin-left: -600px;
    width: 1200px;
    top: 119px;
  }

  .sub_banner .tit h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sub_banner .tit p {
    font-size: 16px;
  }

  .w1400 {
    width: 1200px;
  }

  .sub_banner .menu li dl dd {
    margin-left: -600px;
  }

  .about_1_main .body .box1 .left {
    width: 600px;
  }

  .about_1_main .body .box1 .left .hd li {
    margin-right: 70px;
  }

  .about_1_main .body .box1 .right img {
    width: 495px;
    height: 347px;
  }

  .about_title p {
    font-size: 25px;
  }

  .about_title h3 {
    font-size: 35px;
    text-transform: uppercase;
  }

  .about_1_main .body .box1 .left .bd li {
    font-size: 14px;
  }

  .about_1_main .body .box1 .left .bd li {
    margin-top: 20px;
  }

  .about_1_main .body .box1 .left .hd li {
    line-height: 68px;
  }

  .about_1_main .body .list .item {
    padding-left: 70px;
  }

  .about_1_main .body .list .item h3 {
    font-size: 50px;
  }

  .about_1_main .body .box4 .con .right {
    width: 433px;
  }

  .about_1_main .body .box4 .con .right img {
    width: 100%;
    float: right;
  }

  .about_1_main .body .box4 .con .left {
    width: 704px;
    margin-bottom: 10px;
  }

  .about_1_main .body .box4 .con .left dd h3 {
    padding-left: 165px;
  }

  .about_1_main .body .box4 .con .left dd .des {
    padding-left: 165px;
  }

  .about_1_main .body .box4 .con .left dl {
    padding-top: 50px;
  }

  .about_1_main .body .box4 .con .left dd {
    margin-bottom: 40px;
  }

  .about_1_main .body .box4 .con .left dd img {
    margin-left: 50px;
  }

  .floor_4_main .body .left h3 {
    font-size: 32px;
  }

  .about_4_main .bd li {
    margin-right: 15px;
  }

  .about_4_main .bd li {
    width: 285px;
  }

  .about_4_main .bd li img {
    width: 225px;
    height: 169px;
  }

  .about_4_main .hd a {
    bottom: -420px;
  }

  .about_5_main .body p {
    font-size: 30px;
  }

  .about_5_main .body h3 {
    font-size: 42px;
  }

  .job_list li .img img {
    width: 160px;
  }

  .page_product .box2 .hd li {
    width: 150px;
  }

  .remm .bd {
    width: 1050px;
  }

  .remm .bd li {
    margin-right: 12px;
  }

  .case_list li .ico {
    max-height: 80%;
  }

  .case_list li .right {
    width: 450px;
    padding-right: 200px;
  }

  .case_list li .right h3 {
    padding-top: 40px;
  }

  .product_list li {
    padding-left: 50px;
  }

  .product_list li dl {
    left: 50px;
  }

  .product_list li dl dd {
    margin-right: 30px;
  }

  .product_list li .left h3 {
    padding-top: 80px;
  }

  .product_list li:last-child {
    height: 415px;
  }

  .life_main_1 .box1 {
    width: 284px;
    height: 445px;
  }

  .life_main_1 .box2 {
    width: 592px;
    height: 445px;
  }

  .life_main_1 .box1 li {
    margin-bottom: 18px;
  }

  .life_main_1 .box1 li img {
    height: 213px;
  }

  .life_main_1 .box2 .slideBox .bd img {
    height: 445px;
  }

  .tong_main_1 .body .right {
    padding: 40px 40px 0;
  }

  .tong_main_1 .body .right ul {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .tong_main_1 .body .right p {
    font-size: 13px;
  }

  .tong_main_2 .body li h3 {
    font-size: 17px;
  }

  .tong_main_4 li .right p {
    margin-bottom: 15px;
  }

  .tong_main_4 li .right h3 {
    margin-top: 20px;
  }

  .zhi_4_main .body li .left .des {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 .left {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 {
    height: 394px;
  }

  .zhi_3_main .about_title h4 {
    padding: 38px 0;
  }

  .zhi_3_main .bd li {
    width: 225px;
  }

  .zhi_3_main .bd li img {
    height: 247px;
    width: 185px;
  }

  .zhi_3_main .hd a {
    bottom: -480px;
  }

  .searchPage .item .text {
    width: 1150px;
  }

  .box1_right p {
    font-size: 15px;
  }

  .sub_banner .menu li dl dd a {
    width: 170px;
  }

  .life_main_2 .body li p {
    padding-bottom: 20px;
  }

  .tong_main_3 li {
    width: 250px;
  }

  .bottom_copy {
    font-size: 12px;
  }

  .header .search-box {
    right: 20px;
  }

  .nav_main .list {
    padding-right: 60px;
  }

  .nav_main .list li {
    padding: 0 20px;
  }

  .index_tit .left h3 {
    font-size: 30px;
    line-height: 32px;
  }

  .index_tit .left h4 {
    font-size: 13px;
    line-height: 14px;
  }

  .index_tit .right .fl_ri p {
    font-size: 28px;
  }

  .index_tit .right .fl_ri i {
    display: inline-block;
    font-size: 17px;
  }

  .jk_top h3 {
    font-size: 32px;
    line-height: 32px;
  }


  .jk_top p {
    font-size: 16px;
  }

  .floor_2_main .body .bd li {
    width: 300px;
    height: 290px;
  }

  .floor_3_main .multipleLine .bd ul li {
    width: 386px;
    height: 217px;
  }

  .floor_4_main .body .right p {
    font-size: 15px;
  }

  .floor_6_main .body .bd li {
    width: 386px;
    margin-right: 20px;
  }

  .floor_5_main .body .roundabout_box {
    width: 1150px;
  }

  .floor_5_main .body .roundabout-holder {
    width: 650px;
  }

  .bottom_main .bottom_menu .left dl {
    width: 168px;
  }

  .bottom_main .bottom_menu .right h3 {
    font-size: 30px;
  }

  .caseSelect {
    width: 1198px;
    font-size: 14px;
  }

  .case_ul li .txt h3 {
    font-size: 18px;
  }

  .case_ul li .txt b {
    width: 72px;
    height: 31px;
    background: #b60005;
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -18px;
    border-radius: 18px;
    opacity: 0;
    transition: ease-in-out .3s;
  }

  .rang_main .body li {
    height: 200px;
  }

  .rang_main .body li .fl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rang_main .body li .fl h3 {
    padding-top: 25px;
    font-size: 22px;
  }

  .rang_main .body li .fl i {
    display: none;
  }

  .ding_3 .box2 li {
    margin-left: 5%;
    width: 30%;
  }

  .ding_3 .box2 li h3 {
    font-size: 24px;
  }

  .ding_2 .body li .fr {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .ding_2 .body li .fl h3 {
    font-size: 22px;
  }

  .ding_2 .body li .fl p {
    font-size: 20px;
  }

  .ding_2 .body .img {
    width: 420px;
    height: 363px;
    margin-left: -230px;
    margin-top: -181px;
  }

  .ny_menu li {
    width: 220px;
  }

  .ding_show .con2 .bd img {
    width: 750px;
    height: 422px;
  }

  .ding_show .con2 .hd li {
    margin-bottom: 15px;
  }

  .ding_show .con2 .hd ul {
    padding-top: 33px;
  }

  .ding_case .bd li {
    margin-right: 15px;
    width: 390px;
  }

  .ding_case .bd li:nth-child(3n) {
    margin-right: 15px;
  }

  .rang_mess .index_tit .left {
    width: 70%;
  }

  .rang_mess .body .left {
    width: 700px;
  }

  .rang_mess .body .right img {
    width: 430px;
    margin-top: 90px;
  }

  .ping_1_main {}

  .nav_main dl {
    width: 88%;
  }

}